agents.anac.y2010.Southampton.analysis
Class IntegerEvaluationSection

java.lang.Object
  extended by agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
      extended by agents.anac.y2010.Southampton.analysis.IntegerEvaluationSection

public class IntegerEvaluationSection
extends ContinuousEvaluationSection


Field Summary
 
Fields inherited from class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
evalLowerBound, evalUpperBound, lowerBound, upperBound
 
Constructor Summary
IntegerEvaluationSection(int lowerBound, double evalLowerBound, int upperBound, double evalUpperBound)
           
 
Method Summary
 double getNormal(double weight)
           
 
Methods inherited from class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
getEvalLowerBound, getEvalUpperBound, getLowerBound, getTopPoint, getUpperBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerEvaluationSection

public IntegerEvaluationSection(int lowerBound,
                                double evalLowerBound,
                                int upperBound,
                                double evalUpperBound)
Method Detail

getNormal

public double getNormal(double weight)
Specified by:
getNormal in class ContinuousEvaluationSection
Returns: